home *** CD-ROM | disk | FTP | other *** search
Makefile | 1991-05-17 | 663 b | 46 lines |
-
- #
- # $Header: Makefile,v 3.0 91/05/17 16:15:58 jrd Rel $
- # Author: J. Davin
- # Copyright 1988, 1989, Massachusetts Institute of Technology
- # See permission and disclaimer notice in file "notice.h"
- #
-
- RCSCMD = rlog -L -h
-
- SOURCES = terms.tex \
- goals.tex \
- overview.tex \
- libbsd.tex \
- libsnmp.tex \
- snmpd.tex \
- snmpget.tex \
- snmpnext.tex \
- snmpset.tex \
- snmptrap.tex \
- snmptrapd.tex \
- testtools.tex \
- guide.tex
-
- all: guide.dvi
-
- guide.dvi: $(SOURCES)
- latex guide.tex
-
- clean:
- rm -f *.aux *.dvi *.log Makefile.bak core *.out
-
- $(SOURCES):
- co $@
-
- rcs:
- $(RCSCMD) Makefile $(SOURCES)
-
-
- lint:
- echo Done
-
- depend:
- echo Done
-
-